home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / modeless / modeless.clw < prev    next >
Encoding:
MFC ClassWizard info  |  1999-02-19  |  1.3 KB  |  71 lines

  1. ; CLW file contains information for the MFC ClassWizard
  2.  
  3. [General Info]
  4. Version=1
  5. LastClass=CAboutDlg
  6. LastTemplate=CDialog
  7. NewFileInclude1=#include "stdafx.h"
  8. NewFileInclude2=#include "modeless.h"
  9. LastPage=0
  10.  
  11. ClassCount=4
  12. Class1=CAdderDialog
  13. Class2=CAboutDlg
  14. Class3=CMainDlg
  15. Class4=CModelessApp
  16.  
  17. ResourceCount=3
  18. Resource1=IDD_ABOUTBOX
  19. Resource2=IDD_MAIN_DIALOG
  20. Resource3=IDD_ADDME
  21.  
  22. [CLS:CAdderDialog]
  23. Type=0
  24. BaseClass=CDialog
  25. HeaderFile=adderdlg.h
  26. ImplementationFile=adderdlg.cpp
  27.  
  28. [CLS:CAboutDlg]
  29. Type=0
  30. BaseClass=CDialog
  31. HeaderFile=modeldlg.cpp
  32. ImplementationFile=modeldlg.cpp
  33. LastObject=CAboutDlg
  34.  
  35. [CLS:CMainDlg]
  36. Type=0
  37. BaseClass=CDialog
  38. HeaderFile=modeldlg.h
  39. ImplementationFile=modeldlg.cpp
  40.  
  41. [CLS:CModelessApp]
  42. Type=0
  43. BaseClass=CWinApp
  44. HeaderFile=modeless.h
  45. ImplementationFile=modeless.cpp
  46.  
  47. [DLG:IDD_ADDME]
  48. Type=1
  49. Class=CAdderDialog
  50. ControlCount=3
  51. Control1=IDC_STATIC,static,1342308352
  52. Control2=IDC_NEWTEXT,edit,1350631552
  53. Control3=IDOK,button,1342242817
  54.  
  55. [DLG:IDD_ABOUTBOX]
  56. Type=1
  57. Class=CAboutDlg
  58. ControlCount=3
  59. Control1=IDC_STATIC,static,1342177283
  60. Control2=IDC_STATIC,static,1342308352
  61. Control3=IDC_STATIC,static,1342308352
  62.  
  63. [DLG:IDD_MAIN_DIALOG]
  64. Type=1
  65. Class=CMainDlg
  66. ControlCount=3
  67. Control1=IDC_STATIC,static,1342308352
  68. Control2=IDC_LIST,listbox,1352728835
  69. Control3=IDOK,button,1342242817
  70.  
  71.